home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 991 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.0 KB

  1. From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
  2. Date: Thu, 10 Feb 94 13:20:35 +0100
  3. Message-Id: <9402101220.AA29893@issan.informatik.uni-dortmund.de>
  4. To: itschere@techfak.uni-bielefeld.de
  5. In-Reply-To: <9402101046.AA07674@pirol.techfak.uni-bielefeld.de> (itschere@TechFak.Uni-Bielefeld.DE)
  6. Subject: Re: mintlibs42 and gcc...
  7.  
  8. itschere@TechFak.Uni-Bielefeld.DE writes:
  9.  
  10. |> Huhu!
  11. |>  I'm having some severe problems with the MiNTlibs Pl42, which go like this:
  12. [...]
  13. |>  GCC257 stops compiling at the first part of libgxx2.c with:
  14. |> libgcc2.c:132: no data type for mode `XF'
  15.  
  16. This can be fixed by disabling the XFmode stuff, by changing the line
  17.  
  18. #define LONG_DOUBLE_TYPE_SIZE 96
  19.  
  20. into
  21.  
  22. #define LONG_DOUBLE_TYPE_SIZE 64
  23.  
  24. (should be anywhere at the beginning of libgcc2.c; i don't have the
  25. source at hand, it may be a bit different). Apparently, bammi has
  26. disabled long double support in the atari port of gcc, presumably
  27. because we don't have emulation code for XFmode yet (it will only work
  28. with a fpu).
  29.  
  30. Andreas.
  31.